home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 October / Designer's Club 1997 October.iso / mac / Idea Source™ / END.DIR / 00035.ls < prev    next >
Encoding:
Text File  |  1997-08-25  |  419 b   |  20 lines

  1. on exitFrame
  2.   go(the frame)
  3.   cursor(200)
  4.   set the locV of sprite 12 to the mouseV
  5.   set the locH of sprite 12 to the mouseH
  6.   updateStage()
  7.   if rollOver(9) then
  8.     set the memberNum of sprite 12 to 65
  9.     updateStage()
  10.   end if
  11.   if rollOver(10) then
  12.     set the memberNum of sprite 12 to 58
  13.     updateStage()
  14.   end if
  15.   if rollOver(11) then
  16.     set the memberNum of sprite 12 to 66
  17.     updateStage()
  18.   end if
  19. end
  20.